dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueDequeueOptions Class / OracleQueueDequeueOptions Constructor / OracleQueueDequeueOptions Constructor(String,OracleQueueDequeueMode,OracleQueueNavigation,OracleQueueVisibility,Int32,Byte[],String,String,String,OracleQueueDeliveryMode)
The name of the consumer.
The locking behavior associated with the dequeue.
OracleQueueVisibility that is used upon creation.
The wait time in seconds.
The message identifier of the message to be dequeued.
The correlation identifier of the message to be dequeued.
DequeueCondition that is used upon creation.
The transformation that will be applied after dequeuing the message.
DeliveryMode that is used upon creation.

OracleQueueDequeueOptions Constructor(String,OracleQueueDequeueMode,OracleQueueNavigation,OracleQueueVisibility,Int32,Byte[],String,String,String,OracleQueueDeliveryMode)
Initializes a new instance of the OracleQueueDequeueOptions class.
Syntax
'Declaration
 
Public Function New( _
   ByVal consumerName As String, _
   ByVal dequeueMode As OracleQueueDequeueMode, _
   ByVal navigation As OracleQueueNavigation, _
   ByVal visibility As OracleQueueVisibility, _
   ByVal waitTimeout As Integer, _
   ByVal messageId() As Byte, _
   ByVal correlation As String, _
   ByVal dequeueCondition As String, _
   ByVal transformation As String, _
   ByVal deliveryMode As OracleQueueDeliveryMode _
)
 

Parameters

consumerName
The name of the consumer.
dequeueMode
The locking behavior associated with the dequeue.
navigation
The position of the message that will be retrieved.
visibility
OracleQueueVisibility that is used upon creation.
waitTimeout
The wait time in seconds.
messageId
The message identifier of the message to be dequeued.
correlation
The correlation identifier of the message to be dequeued.
dequeueCondition
DequeueCondition that is used upon creation.
transformation
The transformation that will be applied after dequeuing the message.
deliveryMode
DeliveryMode that is used upon creation.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also